Disable IP Source Guard (IPSG) on a port to allow traffic from all IPv4 addresses to go through the port without being filtered.
enable
configure terminal
interface GigabitEthernet {slot/port[/sub-port][-slot/port[/sub-port]][,...][slot/all][all]}
Note
If the platform supports channelization and the port is channelized, you must also specify the sub-port in the format slot/port/sub-port.
no ip source verify
show ip source verify interface gigabitethernet [{slot/port[/sub-port][-slot/port[/sub-port]][,...][slot/all][all]}]
Disable IPSG on port 1/1.
Switch:1>enable Switch:1#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Switch:1(config)#interface gigabitEthernet 1/1 Switch:1(config-if)#no ip source verify
Verify the configuration.
Switch:1(config-if)#show ip source verify interface gigabitEthernet 1/1 =================================================================================== Source Guard Port Info =================================================================================== PORT IPSC NUM ENABLE ORGIN ----------------------------------------------------------------------------------- 1/1 false RADIUS ----------------------------------------------------------------------------------- All 1 out of 1 Total Num of Ip Source Guard entries displayed